home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Comms / HTML Markup 1.0ß3 / What's New in 1.0b3 < prev   
Encoding:
Text File  |  1995-06-04  |  1.4 KB  |  28 lines  |  [TEXT/R*ch]

  1. HTML Markup What's New
  2. ----------------------
  3.  
  4. Aside from the minor bug fixes in this version, there are two significant 
  5. fixes. One beta tester reported the shareware notice that usually appears
  6. at the end of the file appearing earlier and screwing up the rest of the
  7. output. This has been fixed. Another user reported words that were separated
  8. by a carriage return getting squished together. This has been fixed.
  9.  
  10. I have also been experimenting with new memory allocation techniques. In 
  11. previous versions, enough memory was allocated for output using the formula
  12. twice the original file plus a one kilobyte buffer. This worked well in
  13. general but had some problems when hundreds of files were processed or large
  14. files with many conversions. I am working on a new algorithm which will 
  15. always allocate the correct amount of memory regardless of the input. It
  16. will be a little slower but will be much safer. I had planned on including
  17. it in this version, but I did not have time to fully test it. Instead, I
  18. revised the old algorithm by allocating twice the original file plus a 
  19. ten kilobyte buffer. This should suffice for almost all situations.
  20.  
  21. I'd like for the next beta version to have some more obvious feature
  22. changes. I appreciate all input into these changes. I have set up an
  23. informal questionaire online for your to submit your comments. Please
  24. read the file "Help me out!" for more information.
  25.  
  26. -Scott J. Kleper
  27. 6/3/95
  28.